1.space on a page that has deliberately been left empty
1.Whitespace can be inserted between any pair of tokens. Excepting a few encoding details, that completely describes the language.
空白可以加入到任何符号之间。以下描述了完整的语言。
2.That's because an XML parser has no idea whether that textual data -- that annoying whitespace -- is meant to be important.
这是因为XML语法分析器不知道文本数据--令人头疼的空格--是否重要。
3.It turns out that this smokes the regex competition when there is only a bit of whitespace on the ends of the string.
当字符串末尾只有少量空格时,这种情况使正则表达式陷入疯狂工作。
4.To make sure that the capturing group still only matches up to the last non whitespace character, a trailing S is required.
为确保捕获组只匹配到最后一个非空格字符,必需尾随一个S。
5.Believe it or not, this example is just a single, chained, line of code spread out with whitespace.
不管您是否相信,这个示例只是一行满是空白的被链接的代码。
6.Although this version is not affected by the overall length of the string, it has its own weakness: long leading and trailing whitespace.
虽然本实现不受字符串总长度影响,但它有自己的弱点:(它害怕)长的头尾空格。
7.DO NOT worry about justifying and aligning the output of each matrix. All entries in a row should be separated by whitespace.
不要刻意的使矩阵对齐输出,行中的每个元素用空格隔开即可。
8.In particular, there are only a few places that we may not insert whitespace . One of these is in the middle of a word.
特别是有一些地方不能插入空格,其中之一是在单词中间。
9.If you try to call the split method on your string, it will split on a whitespace character (like the space).
如果试着在string上调用split方法,它会在空白字符(例如空格)处进行拆分。
10.Note that in both of these solutions, I had to tell the processor to preserve the whitespace in some of the generated text elements.
请注意,在这两种解决方案中,我都必须让处理器在某些生成的text元素中保留空格。